home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TPROGRESSREPORT / TPROGRESSREPORT.txt
Text File  |  1997-02-27  |  965b  |  53 lines

  1. object ProgressReport: TProgressReport
  2.   Left = 312
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 133
  8.   ClientWidth = 313
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object ProgressPanel: TPanel
  18.     Left = 8
  19.     Top = 40
  20.     Width = 297
  21.     Height = 41
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgressBar: TGauge
  25.       Left = 8
  26.       Top = 8
  27.       Width = 281
  28.       Height = 25
  29.       ForeColor = clMaroon
  30.       Progress = 0
  31.     end
  32.   end
  33.   object Prompt: TPanel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 297
  37.     Height = 25
  38.     BevelOuter = bvLowered
  39.     TabOrder = 1
  40.   end
  41.   object CancelBtn: TButton
  42.     Left = 114
  43.     Top = 96
  44.     Width = 84
  45.     Height = 28
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 2
  50.     OnClick = CancelBtnClick
  51.   end
  52. end
  53.